home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
programmers
/
misc
/
bbmoni050
/
moni-memoryallocation
< prev
next >
Wrap
Text File
|
1995-08-27
|
695b
|
31 lines
Usage with AllocAbs3.0
Monitor is installed directly into memory so if you do not want memory list
conflicts with the system you should use allocabs3.0 to allocate the memory
used by the monitor!
Monitor uses $60000 memory in all.
So you should write following to allocate memory
AllocAbs3.0 [instaddr] [instaddr+$60000]
and the following to deallocate memory
AllocAbs3.0 -f [instaddr] [instaddr+$60000]
Examples: Install Address=$07f90000
AllocAbs3.0 $07F90000 $07FF0000
and the following to deallocate memory
AllocAbs3.0 -f $07F90000 $07FF0000
If you're using a computer with fake fastram you could also use a boot to
switch fake fastram off so the system won't use it.
/NGC